Skip to main content

All Questions

-1votes
1answer
916views

Compound interest calculator homework [closed]

I am a beginner at coding Java and am having a tough time understanding what is wrong with this code. This is an assignment I had posted about earlier and I also went to a Java tutor at my school for ...
Tori's user avatar
3votes
1answer
421views

Student project that calculates the return on an investment

This is a simple student project that calculates the return on an investment with a given investment amount, number of years invested, and annual interest rate. I know this is pretty basic, but I'm ...
Joshua Ferrell's user avatar
2votes
1answer
3kviews

Calculating Payroll

I have written the code as best that I know how but I am unsure that the questions asked are being fulfilled. Any advice to improve this code would really help me. Question asked: Create a new ...
SwishGavigan18's user avatar
5votes
3answers
1kviews

Dollar value of coins and calculating interest compounded annually

I've made this program to do a few integer calculations. Do the methods for converting the numbers look good? Do you have any other basic tips? ...
Overclock's user avatar
11votes
4answers
8kviews

Payroll calculator

First I tried to fetch this program as close to pseudo code where I must follow all imported items, all method definitions, and all defined variables; anything else was my choice. After I created ...
HelpNeeder's user avatar
4votes
1answer
3kviews

Money class for handling calculations with coins

The code follows the requested format of the output exactly for my assignment. But, for my own personal reference, is there a better way that I could have done anything? Are there any additional tips? ...
Caleb's user avatar
5votes
2answers
28kviews

Cash-withdrawal from an ATM

I'm seeking review comments (design, performance, etc.) based on the problem statement: Write a CashWithDrawal function from an ATM which based on user specified amount dispenses bank notes. ...
JavaGreenhorn's user avatar

close